google.golang.org/grpc.csAttempt.mu (field)

8 uses

	google.golang.org/grpc (current package)
		stream.go#L563: 	mu sync.Mutex // guards trInfo.tr
		stream.go#L1014: 		a.mu.Lock()
		stream.go#L1018: 		a.mu.Unlock()
		stream.go#L1072: 		a.mu.Lock()
		stream.go#L1076: 		a.mu.Unlock()
		stream.go#L1109: 	a.mu.Lock()
		stream.go#L1111: 		a.mu.Unlock()
		stream.go#L1158: 	a.mu.Unlock()